home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2008 November
/
PCWNOV08.iso
/
Software
/
Freeware
/
Adobe Media Player 1.1
/
adobe_media_player.air
/
AMP.swf
/
scripts
/
mx
/
logging
/
LogEventLevel.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-07-17
|
593 b
|
30 lines
package mx.logging
{
import mx.core.mx_internal;
use namespace mx_internal;
public final class LogEventLevel
{
mx_internal static const VERSION:String = "3.0.0.0";
public static const FATAL:int = 1000;
public static const ERROR:int = 8;
public static const WARN:int = 6;
public static const INFO:int = 4;
public static const DEBUG:int = 2;
public static const ALL:int = 0;
public function LogEventLevel()
{
super();
}
}
}